home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilmisc / queue.lzh / queue_3.1 / queue_pragmas.h < prev    next >
C/C++ Source or Header  |  1996-11-28  |  643b  |  20 lines

  1. /**/
  2. /*   queue.fd --- queue library interface.*/
  3. /**/
  4. /*   Copyright (c) 1995 SHW Wabnitz*/
  5. /*   Written by Bernhard Fastenrath (fasten@shw.com)*/
  6. /**/
  7. /*   This file may be distributed under the terms*/
  8. /*   of the GNU General Public License.*/
  9. /**/
  10. #pragma libcall QueueBase QOpen 1e 10803
  11. #pragma libcall QueueBase QClose 24 801
  12. #pragma libcall QueueBase QAddMsg 2a 9802
  13. #pragma libcall QueueBase QRemMsg 30 9802
  14. #pragma libcall QueueBase QGetMsg 36 801
  15. #pragma libcall QueueBase QReplyMsg 3c 801
  16. #pragma libcall QueueBase QFlush 42 801
  17. /* new in 3.0*/
  18. #pragma libcall QueueBase QAllocMsg 48 001
  19. #pragma libcall QueueBase QFreeMsg 4e 0802
  20.